home *** CD-ROM | disk | FTP | other *** search
-
- @c %** settitle -> Set the title for every page in the .dvi version
- @settitle THIS TEXT WILL APPEAR AT THE TOP OF EVERY PAGE
-
- @set VERSION 1.0
- @finalout
- @setchapternewpage off
- @c %** end of header
-
-
- @ifinfo
- This Text won't be shown in the .dvi file version.
- It ist only visible in the info version.
- @end ifinfo
-
- @iftex
- @c @afourpaper
- @end iftex
-
- @titlepage
- @title A book done with TeXinfo
- @subtitle This is the printed version
- @subtitle Version @value{VERSION}
- @subtitle
- @author Please enter your name
-
- @page
- @vskip 0pt plus 1filll
- Copyright @copyright{} by ->YOUR NAME<-
- @end titlepage
-
-
- @ifinfo
- @node Top
- @top
- @unnumbered
-
- @end ifinfo
-
- This text can bee seen above the contents in the .guide version.
-
- Gerhard Leibrock
- ----------------
-
-
- @menu
- * Intro::
- * Index::
- @end menu
-
- @node Intro
- @chapter Introduction
- @cindex Intro
-
- @page
- @node Index
-
- @unnumbered Index
-
- @printindex cp
- @contents
- @bye
-
-